@charset "UTF-8";
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
@media (max-width: 767px) {
  .iScrollVerticalScrollbar {
    width: 3px !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .m-select {
    position: relative;
    cursor: pointer;
  }
  .m-select .key-word {
    width: 100%;
    height: 36px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    line-height: 34px;
    color: rgba(51, 51, 51, 0.5);
    padding: 0 15px;
    cursor: pointer;
  }
  .m-select select {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .m-select i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #999999;
    font-weight: 500;
    line-height: 36px;
  }
  .m-selected .key-word {
    color: #333;
  }
  .m-btn-main {
    width: 170px;
    height: 40px;
    background-color: #67b52d;
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .m-btn-main:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #66a72f;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .m-select {
    position: relative;
    width: 148px;
    cursor: pointer;
  }
  .m-select .key-word {
    width: 148px;
    height: 36px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 15px;
    cursor: pointer;
  }
  .m-select select {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .m-select i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #999999;
    font-weight: 500;
    line-height: 36px;
  }
  .m-selected .key-word {
    color: #333;
  }
  .m-btn-main {
    width: 170px;
    height: 50px;
    background-color: #67b52d;
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .m-btn-main:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #66a72f;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
@media (max-width: 991px) {
  html {
    padding-top: 50px;
  }
  .fixed-bar {
    display: none;
  }
  .header-nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #eeeeee;
    z-index: 99;
  }
  .header-nav ul {
    padding: 0 15px;
  }
  .header-nav li {
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
  }
  .header-nav li a {
    display: block;
    color: #3a3a3a;
  }
  .header-nav li:hover a, .header-nav li:hover a {
    color: #000;
  }
  .header-nav li:focus a, .header-nav li:focus a {
    color: #000;
  }
  .header-nav li:last-child {
    border-bottom: none;
  }
  .header-menu {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 26px;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    height: 20px;
  }
  .header-menu span {
    background-color: #333;
    display: block;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
  }
  .header-menu span:after, .header-menu span:before {
    background-color: #333;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
  }
  .header-menu span:after {
    top: 7px;
  }
  .header-menu span:before {
    top: -7px;
  }
  .header-menu-active span {
    background: none;
  }
  .header-menu-active span:after {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    top: 0;
  }
  .header-menu-active span:before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    top: 0;
  }
}

@media (max-width: 992px) {
  html {
    padding-top: 50px;
  }
  .header-container {
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header {
    height: 50px;
  }
  .header-brand {
    line-height: 50px;
    font-size: 0;
    float: left;
  }
  .header-brand img {
    vertical-align: middle;
    height: 26px;
  }
  .header-brand img:first-child {
    display: none;
  }
  .header-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  #fp-nav ul li a.active span {
    background: #78b444 !important;
  }
  #fp-nav ul li a span {
    background: #fff !important;
  }
  /* header */
  .header-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .header {
    height: 72px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
  .header .header-nav {
    display: block !important;
  }
  .header-brand {
    line-height: 70px;
    font-size: 0;
    float: left;
  }
  .header-brand img {
    width: 190px;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
  }
  .header-brand img:last-child {
    display: none;
  }
  .header-nav {
    float: right;
  }
  .header-nav li {
    line-height: 70px;
    float: left;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 300;
    margin-left: 26px;
  }
  .header-nav li a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    position: relative;
  }
  .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 6px;
    width: 0;
    background-color: white;
    border-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-nav li.on, .header-nav li:hover {
    font-weight: 500;
  }
  .header-nav li.on a, .header-nav li:hover a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .header-nav li.on a:after, .header-nav li:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
  }
  .header-container-auto,
  .header-container-bg {
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .header-container-auto .header,
  .header-container-bg .header {
    height: 72px;
    border-bottom: 2px solid #f9f9f9;
  }
  .header-container-auto .header-brand,
  .header-container-bg .header-brand {
    height: 65px;
  }
  .header-container-auto .header-brand a img,
  .header-container-bg .header-brand a img {
    max-width: 100%;
  }
  .header-container-auto .header-brand a img:first-child,
  .header-container-bg .header-brand a img:first-child {
    display: none;
  }
  .header-container-auto .header-brand a img:last-child,
  .header-container-bg .header-brand a img:last-child {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .header-container-auto .header-nav li,
  .header-container-bg .header-nav li {
    color: rgba(17, 20, 26, 0.9);
  }
  .header-container-auto .header-nav li a,
  .header-container-bg .header-nav li a {
    color: rgba(17, 20, 26, 0.9);
  }
  .header-container-auto .header-nav li a:after,
  .header-container-bg .header-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 6px;
    width: 0;
    background-color: #769f40;
    border-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-container-auto .header-nav li.on a, .header-container-auto .header-nav li:hover a,
  .header-container-bg .header-nav li.on a,
  .header-container-bg .header-nav li:hover a {
    color: rgba(17, 20, 26, 0.9) !important;
    font-weight: 500;
  }
  .header-container-auto .header-nav li.on a:after, .header-container-auto .header-nav li:hover a:after,
  .header-container-bg .header-nav li.on a:after,
  .header-container-bg .header-nav li:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
  .index-headline {
    text-align: center;
  }
  .index-headline h3 {
    color: #4a4a4a;
    font-size: 50px;
    font-weight: 300;
  }
  .index-headline h3 img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
  .index-headline h2 {
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 400;
    margin-top: -15px;
  }
  .index-headline p {
    text-align: center;
  }
  .index-headline p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 39px;
    height: 2px;
    background-color: #e60012;
  }
  .index-headline h4 {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
  }
  .section-page01 {
    background: url("http://yunxc.oss-cn-shanghai.aliyuncs.com/dadasuji/banner01.jpg") no-repeat center center;
    background-size: cover;
  }
  .index-banner {
    padding-bottom: 40px;
  }
  .index-banner .hd {
    text-align: center;
  }
  .index-banner .hd img {
    max-width: 80%;
  }
  .index-banner .bd {
    text-align: center;
    margin-top: 40px;
  }
  .index-banner .bd img {
    max-width: 70%;
  }
  .index-banner .bd h3 {
    line-height: 30px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
    letter-spacing: 2px;
  }
  .index-banner .bd h3 span {
    color: white;
    font-size: 22px;
    font-weight: 500;
  }
  .index-pull-down {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    -webkit-animation: pullDown 1s infinite linear alternate;
    animation: pullDown 1s infinite linear alternate;
  }
  .index-pull-down img {
    display: block;
    margin: 0 auto;
    width: 16px;
  }
  .index-pull-down img:first-child {
    margin-bottom: 10px;
  }
  @-webkit-keyframes pullDown {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  @keyframes pullDown {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  /* 第二屏 */
  .section-page02 {
    background: #19212c url("http://yunxc.oss-cn-shanghai.aliyuncs.com/dadasuji/banner02.jpg") no-repeat center center;
    background-size: cover;
  }
  .index-ai .hd {
    position: relative;
  }
  .index-ai .hd img {
    max-width: 90%;
  }
  .index-ai-dot {
    position: absolute;
    left: 15%;
    bottom: 0;
  }
  .index-ai-dot img {
    display: block;
    width: 30px;
  }
  /* 第三屏 */
  .index-about-us .bd {
    margin-top: 25px;
    padding: 0 10px;
  }
  .index-about-us .bd p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 10px;
  }
  .index-about-us .bd p span {
    color: #81b853;
    font-size: 18px;
    font-weight: 400;
  }
  /* 第四屏 */
  .section-page04 {
    background: #ebebeb;
  }
  .index-advantages {
    padding-bottom: 200px;
  }
  .index-advantages .hd {
    text-align: center;
  }
  .index-advantages .hd h3 {
    color: #4a4a4a;
    font-size: 50px;
    font-weight: 300;
    font-family: arial;
  }
  .index-advantages .hd h3 img {
    display: block;
    margin: 0 auto;
  }
  .index-advantages .hd h2 {
    color: #3a3a3a;
    font-size: 38px;
    font-weight: 400;
    margin-top: -25px;
  }
  .index-advantages .hd p {
    text-align: center;
  }
  .index-advantages .hd p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 39px;
    height: 3px;
    background-color: #e60012;
  }
  .index-advantages .bd-title {
    margin-top: 30px;
    text-align: center;
  }
  .index-advantages .bd-title h3 {
    text-align: left;
  }
  .index-advantages .bd-title h2 {
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 400;
  }
  .index-advantages .bd-title h2 img {
    width: 38px;
  }
  .index-advantages .bd-title h2 span {
    margin-top: -25px;
    margin-left: -15px;
  }
  .index-advantages .bd-text {
    margin-top: 30px;
  }
  .index-advantages .bd-text p {
    color: black;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 300;
  }
  .index-advantages-pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .index-advantages-pic img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
  /* 第五屏 */
  .section-page05 {
    background: #ededed;
  }
  .index-system .hd h3 {
    text-align: left;
  }
  .index-system .hd h2 {
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
  }
  .index-system .hd h2 img {
    width: 45px;
  }
  .index-system .hd h2 span {
    margin-top: -25px;
    margin-left: -15px;
  }
  .index-system .bd {
    margin-top: 30px;
    text-align: center;
  }
  .index-system .bd p {
    color: black;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
  }
  .index-system-pic {
    display: none;
  }
  .index-system-pic img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
  }
  /* 第六屏 */
  .section-page06 {
    background: url("../images/demo07.png") 0 0;
  }
  .section-page06 .product-pagination {
    margin-top: 10px;
  }
  .section-page06 .product-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0 3px;
  }
  .section-page06 .product-pagination .swiper-pagination-bullet-active {
    background: #78b444;
  }
  .index-product-swiper {
    position: relative;
  }
  .index-product-swiper .next,
  .index-product-swiper .prev {
    display: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #78b444;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
  }
  .index-product-swiper .next i,
  .index-product-swiper .prev i {
    color: #fff;
    font-size: 18px;
  }
  .index-product-swiper .prev {
    left: 0;
  }
  .index-product-swiper .next {
    right: 0;
  }
  .index-service-list {
    text-align: center;
    margin-top: 10px;
    padding: 0 15px;
  }
  .index-service-list .swiper-slide {
    width: 100%;
    padding: 18px 10px;
  }
  .index-service-list .items {
    max-width: 280px;
    height: 330px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 5px 18px 2px rgba(73, 95, 72, 0.12);
    margin: 0 auto;
  }
  .index-service-list .items-num {
    text-align: center;
  }
  .index-service-list .items-num span {
    color: #69ac30;
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 20px;
  }
  .index-service-list .items-num i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 40px;
    height: 2px;
  }
  .index-service-list .items-num .i1 {
    background: url("../images/nub01.png") no-repeat center center;
  }
  .index-service-list .items-num .i2 {
    background: url("../images/nub02.png") no-repeat center center;
  }
  .index-service-list .items-icon {
    margin-top: 10px;
  }
  .index-service-list .items-icon i {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }
  .index-service-list .items-icon .icon01 {
    background: url("../images/service01.png") no-repeat center center;
    background-size: 50px auto;
  }
  .index-service-list .items-icon .icon02 {
    background: url("../images/service02.png") no-repeat center center;
    background-size: 50px auto;
  }
  .index-service-list .items-icon .icon03 {
    background: url("../images/service03.png") no-repeat center center;
    background-size: 65px auto;
  }
  .index-service-list .items-icon .icon04 {
    background: url("../images/service04.png") no-repeat center center;
    background-size: 60px auto;
  }
  .index-service-list .items-icon .icon05 {
    background: url("../images/service05.png") no-repeat center center;
    background-size: 50px auto;
  }
  .index-service-list .items-title h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 20px;
    font-weight: 500;
  }
  .index-service-list .items-title p {
    text-align: center;
  }
  .index-service-list .items-title p i {
    width: 32px;
    height: 3px;
    background-color: #6eae37;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .index-service-list .items-describe {
    margin-top: 15px;
  }
  .index-service-list .items-describe p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    filter: alpha(opacity=90);
    line-height: 24px;
    font-weight: 400;
  }
  /*  第七屏 */
  .index-case .index-headline h4 {
    line-height: 20px;
    font-size: 14px;
  }
  .index-case .index-headline h4 span {
    display: block;
  }
  .index-case-swiper {
    margin-top: 10px;
    position: relative;
  }
  .index-case-swiper .swiper-slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 30px 0;
    position: relative;
    padding-top: 60%;
  }
  .index-case-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index-case-swiper .swiper-slide-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 99;
  }
  .index-case-swiper .next,
  .index-case-swiper .prev {
    display: none;
  }
  .index-swiper-shade {
    width: 100%;
    height: 20px;
    background: url("../images/demo08.png") no-repeat center center;
    background-size: 60% auto;
  }
  .index-case-btn {
    text-align: center;
    margin-top: 20px;
  }
  .index-case-btn p {
    position: relative;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .index-case-btn p a {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    background-color: #79c638;
    border-radius: 10px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-case-btn p a span {
    margin-right: 25px;
    font-weight: 500;
  }
  .index-case-btn p a i {
    font-weight: 300;
  }
  .index-case-btn p:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    background-color: #b7f2de;
    border-radius: 10px;
    left: 6px;
    top: 6px;
  }
  .index-case-btn p:hover a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff !important;
    background: #66a72f;
  }
  /* 第八屏 */
  .section-page08 {
    background: url("http://yunxc.oss-cn-shanghai.aliyuncs.com/dadasuji/banner03.jpg") no-repeat center center;
    background-size: cover;
  }
  .section-page08 .container {
    padding-top: 25px;
  }
  .section-page08 .index-headline h2 {
    color: #fff;
  }
  .section-page08 .index-headline p i {
    background: #1cfef1;
  }
  .index-standard .bd {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
  }
  .index-standard .bd p {
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 28px;
  }
  .index-standard .bd p span {
    color: #00ff96;
    font-weight: 700;
  }
  .index-process {
    margin-top: 50px;
  }
  .index-process .bd {
    margin-top: 40px;
    padding: 0 10px;
  }
  .index-process .bd .item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .index-process .bd .item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
  }
  .index-process .bd .item p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 3px;
  }
  .index-process .bd .item p span {
    display: block;
  }
  .index-process .bd .item .arrow {
    position: absolute;
    right: -40px;
    top: 0;
    line-height: 30px;
    display: none;
  }
  .index-process .bd .item .arrow i {
    color: #19da5d;
    font-size: 14px;
  }
  .index-process .ft {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .index-process .ft a {
    width: 140px;
    height: 40px;
    border: 2px solid cyan;
    border-radius: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fefffe;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
  }
  .index-process .ft a:hover {
    border: 2px solid #19da5d;
    background: #19da5d;
    color: #fff !important;
  }
  /* 第九屏 */
  .section-page09 .index-headline {
    padding: 0 10px;
  }
  .section-page09 .index-headline h3 img {
    max-width: 140px;
  }
  .index-pariner {
    margin-top: 30px;
  }
  .index-pariner .pariner-pagination {
    margin-top: 10px;
    text-align: center;
  }
  .index-pariner .pariner-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0 3px;
  }
  .index-pariner .pariner-pagination .swiper-pagination-bullet-active {
    background: #78b444;
  }
  .index-pariner-swiper .swiper-slide {
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    padding: 5px;
  }
  .index-pariner-swiper .swiper-slide p {
    width: 100%;
    background: #ececec;
    height: 100px;
    line-height: 100px;
  }
  .index-pariner-swiper .swiper-slide img {
    vertical-align: middle;
    max-width: 75%;
    max-height: 70%;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .index-html .header-container {
    position: fixed;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-headline {
    text-align: center;
  }
  .index-headline h3 {
    color: #4a4a4a;
    font-size: 50px;
    font-weight: 400;
    font-family: arial;
  }
  .index-headline h3 img {
    display: block;
    margin: 0 auto;
  }
  .index-headline h2 {
    color: #3a3a3a;
    font-size: 38px;
    font-weight: 300;
    margin-top: -25px;
  }
  .index-headline p {
    text-align: center;
  }
  .index-headline p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 39px;
    height: 3px;
    background-color: #e60012;
  }
  .index-headline h4 {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
  }
  .section-page01 {
    background: url("../images/banner01.jpg") no-repeat center center;
    background-size: cover;
  }
  .index-banner {
    padding-bottom: 110px;
  }
  .index-banner .hd {
    text-align: center;
  }
  .index-banner .hd img {
    max-width: 100%;
  }
  .index-banner .bd {
    text-align: center;
    margin-top: 110px;
  }
  .index-banner .bd img {
    max-width: 100%;
  }
  .index-banner .bd h3 {
    line-height: 48px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-top: 12px;
    letter-spacing: 3px;
  }
  .index-banner .bd h3 span {
    color: white;
    font-size: 44px;
    font-weight: 500;
  }
  .index-pull-down {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    -webkit-animation: pullDown 1s infinite linear alternate;
    animation: pullDown 1s infinite linear alternate;
  }
  .index-pull-down img {
    display: block;
    margin: 0 auto;
  }
  .index-pull-down img:first-child {
    margin-bottom: 10px;
  }
  @-webkit-keyframes pullDown {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  @keyframes pullDown {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  /* 第二屏 */
  .section-page02 {
    background: #19212c url("../images/banner02.jpg") no-repeat top right;
    background-size: cover;
  }
  .index-ai .hd {
    position: relative;
  }
  .index-ai .hd img {
    max-width: 100%;
  }
  .index-ai-dot {
    position: absolute;
    left: 15%;
    bottom: 0;
  }
  .index-ai-dot img {
    display: block;
  }
  /* 第三屏 */
  .index-about-us .bd {
    margin-top: 55px;
    padding: 0 50px;
  }
  .index-about-us .bd p {
    color: black;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 42px;
  }
  .index-about-us .bd p span {
    color: #81b853;
    font-size: 25px;
    font-weight: 400;
  }
  /* 第四屏 */
  .section-page04 {
    background: #ebebeb;
  }
  .index-advantages .hd {
    text-align: center;
  }
  .index-advantages .hd h3 {
    color: #4a4a4a;
    font-size: 50px;
    font-weight: 400;
    font-family: arial;
  }
  .index-advantages .hd h3 img {
    display: block;
    margin: 0 auto;
  }
  .index-advantages .hd h2 {
    color: #3a3a3a;
    font-size: 38px;
    font-weight: 400;
    margin-top: -25px;
  }
  .index-advantages .hd p {
    text-align: center;
  }
  .index-advantages .hd p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 39px;
    height: 3px;
    background-color: #e60012;
  }
  .index-advantages .bd {
    padding-left: 45%;
    margin-top: 80px;
    text-align: right;
    padding-right: 50px;
  }
  .index-advantages .bd-title h3 {
    text-align: left;
  }
  .index-advantages .bd-title h2 {
    color: #3a3a3a;
    font-size: 38px;
    font-weight: 300;
  }
  .index-advantages .bd-title h2 span {
    margin-top: -45px;
    margin-left: -35px;
  }
  .index-advantages .bd-text {
    margin-top: 25px;
    padding-bottom: 100px;
  }
  .index-advantages .bd-text p {
    color: black;
    font-size: 22px;
    line-height: 40px;
    text-align: right;
    font-weight: 300;
  }
  .index-advantages-pic {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -660px;
  }
  .index-advantages-pic img {
    display: block;
    max-width: 90%;
  }
  /* 第五屏 */
  .section-page05 {
    background: #ededed;
  }
  .index-system {
    position: relative;
    z-index: 999;
    overflow: hidden;
  }
  .index-system .hd h3 {
    text-align: left;
  }
  .index-system .hd h2 {
    color: #3a3a3a;
    font-size: 38px;
    font-weight: 300;
  }
  .index-system .hd h2 span {
    margin-top: -45px;
    margin-left: -25px;
  }
  .index-system .bd {
    margin-top: 45px;
    margin-left: 25px;
  }
  .index-system .bd p {
    color: black;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
  }
  .index-system-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .index-system-pic img {
    position: absolute;
    left: -10%;
    bottom: 0;
    overflow: hidden;
    height: 100%;
  }
  /* 第六屏 */
  .section-page06 {
    background: url("http://yunxc.oss-cn-shanghai.aliyuncs.com/dadasuji/demo07.png") 0 0;
  }
  .section-page06 .product-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0 3px;
  }
  .section-page06 .product-pagination .swiper-pagination-bullet-active {
    background: #78b444;
  }
  .index-service-list {
    text-align: center;
    margin-top: 20px;
    padding: 0 30px;
  }
  .index-service-list .next,
  .index-service-list .prev {
    display: none;
  }
  .index-service-list .product-swiper {
    padding: 0 10px;
  }
  .index-service-list .swiper-slide {
    width: 100%;
    padding: 36px 10px;
  }
  .index-service-list .items {
    width: 100%;
    padding-top: 25px;
    background-color: white;
    box-shadow: 0 10px 36px 4px rgba(73, 95, 72, 0.12);
    height: 450px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 auto;
  }
  .index-service-list .items-num {
    text-align: center;
  }
  .index-service-list .items-num span {
    color: #69ac30;
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 20px;
  }
  .index-service-list .items-num i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 40px;
    height: 2px;
  }
  .index-service-list .items-num .i1 {
    background: url("../images/nub01.png") no-repeat center center;
  }
  .index-service-list .items-num .i2 {
    background: url("../images/nub02.png") no-repeat center center;
  }
  .index-service-list .items-icon {
    margin-top: 30px;
  }
  .index-service-list .items-icon i {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .index-service-list .items-icon .icon01 {
    background: url("../images/service01.png") no-repeat center center;
    background-size: 79px auto;
  }
  .index-service-list .items-icon .icon02 {
    background: url("../images/service02.png") no-repeat center center;
    background-size: 79px auto;
  }
  .index-service-list .items-icon .icon03 {
    background: url("../images/service03.png") no-repeat center center;
    background-size: 111px auto;
  }
  .index-service-list .items-icon .icon04 {
    background: url("../images/service04.png") no-repeat center center;
    background-size: 106px auto;
  }
  .index-service-list .items-icon .icon05 {
    background: url("../images/service05.png") no-repeat center center;
    background-size: 79px auto;
  }
  .index-service-list .items-title h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 25px;
    font-weight: 500;
  }
  .index-service-list .items-title p {
    text-align: center;
  }
  .index-service-list .items-title p i {
    width: 32px;
    height: 3px;
    background-color: #6eae37;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .index-service-list .items-describe {
    margin-top: 30px;
  }
  .index-service-list .items-describe p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    filter: alpha(opacity=90);
    line-height: 28px;
  }
  /*  第七屏 */
  .index-case-swiper {
    padding: 0 150px;
    margin-top: 20px;
    position: relative;
  }
  .index-case-swiper .swiper-slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 30px 0;
    position: relative;
    padding-top: 60%;
  }
  .index-case-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index-case-swiper .swiper-slide-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 99;
  }
  .index-case-swiper .next,
  .index-case-swiper .prev {
    width: 35px;
    height: 65px;
    background-color: #79c638;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    line-height: 65px;
    text-align: center;
    margin-top: -32.5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-case-swiper .next i,
  .index-case-swiper .prev i {
    color: #fff;
    font-size: 34px;
  }
  .index-case-swiper .next:hover,
  .index-case-swiper .prev:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #66a72f;
  }
  .index-case-swiper .prev {
    left: 70px;
  }
  .index-case-swiper .next {
    right: 70px;
  }
  .index-swiper-shade {
    width: 100%;
    height: 30px;
    background: url("../images/demo08.png") no-repeat center center;
    background-size: 60% auto;
  }
  .index-case-btn {
    text-align: center;
    margin-top: 20px;
  }
  .index-case-btn p {
    position: relative;
    height: 53px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .index-case-btn p a {
    padding: 0 20px;
    height: 53px;
    width: 100%;
    background-color: #79c638;
    border-radius: 10px;
    line-height: 53px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-case-btn p a span {
    margin-right: 20px;
    font-weight: 500;
  }
  .index-case-btn p a i {
    font-weight: 400;
  }
  .index-case-btn p:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 53px;
    background-color: #b7f2de;
    border-radius: 10px;
    left: 6px;
    top: 6px;
  }
  .index-case-btn p:hover a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff !important;
    background: #66a72f;
  }
  /* 第八屏 */
  .section-page08 {
    background: url("../images/banner03.jpg") no-repeat center center;
    background-size: cover;
  }
  .section-page08 .index-headline h2 {
    color: #fff;
  }
  .section-page08 .index-headline p i {
    background: #1cfef1;
  }
  .index-standard .bd {
    text-align: center;
    margin-top: 45px;
  }
  .index-standard .bd p {
    font-size: 20px;
    color: white;
    font-weight: 300;
    line-height: 32px;
  }
  .index-standard .bd p span {
    color: #00ff96;
    font-weight: 500;
  }
  .index-process {
    margin-top: 100px;
  }
  .index-process .bd {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .index-process .bd .item {
    max-width: 180px;
    position: relative;
    padding: 0 10px;
  }
  .index-process .bd .item h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    line-height: 30px;
  }
  .index-process .bd .item p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 3px;
  }
  .index-process .bd .item .arrow {
    position: absolute;
    right: -10px;
    top: 0;
    line-height: 30px;
  }
  .index-process .bd .item .arrow i {
    color: #19da5d;
    font-size: 12px;
  }
  .index-process .ft {
    text-align: center;
    margin-top: 65px;
  }
  .index-process .ft a {
    width: 158px;
    height: 50px;
    border: 2px solid cyan;
    border-radius: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fefffe;
    font-size: 24px;
    font-weight: 300;
    line-height: 46px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-process .ft a:hover {
    border: 2px solid #19da5d;
    background: #19da5d;
    color: #fff !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  /* 第九屏 */
  .index-pariner {
    margin-top: 90px;
    padding: 0 20px;
  }
  .index-pariner .pariner-pagination {
    margin-top: 10px;
    text-align: center;
  }
  .index-pariner .pariner-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0 3px;
  }
  .index-pariner .pariner-pagination .swiper-pagination-bullet-active {
    background: #78b444;
  }
  .index-pariner-swiper .swiper-slide {
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    padding: 10px 15px;
  }
  .index-pariner-swiper .swiper-slide p {
    background: url("../images/img-bg.png") no-repeat center center;
    background-size: 100% 100%;
    height: 142px;
    line-height: 142px;
  }
  .index-pariner-swiper .swiper-slide img {
    vertical-align: middle;
    max-width: 95%;
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .index-pariner-swiper .swiper-slide:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@media (min-width: 992px) {
  .index-headline {
    text-align: center;
  }
  .index-headline h3 {
    color: #4a4a4a;
    font-size: 50px;
    font-weight: 400;
    font-family: arial;
  }
  .index-headline h3 img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
  }
  .index-headline h2 {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 300;
    margin-top: -18px;
  }
  .index-headline p {
    margin-top: -5px;
    text-align: center;
  }
  .index-headline p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 2px;
    background-color: #e60012;
  }
  .index-headline h4 {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
  }
  .section-page01 {
    background: url("../images/banner01.jpg") no-repeat center center;
    background-size: cover;
  }
  .index-banner {
    padding-bottom: 110px;
  }
  .index-banner .hd {
    text-align: center;
  }
  .index-banner .hd img {
    width: 450px;
    height: auto;
    max-width: 80%;
  }
  .index-banner .bd {
    text-align: center;
    margin-top: 90px;
  }
  .index-banner .bd img {
    width: 400px;
    height: auto;
    max-width: 100%;
  }
  .index-banner .bd h3 {
    line-height: 48px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-top: 2px;
    letter-spacing: 3px;
  }
  .index-banner .bd h3 span {
    color: white;
    font-size: 32px;
    font-weight: 400;
  }
  .index-pull-down {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    -webkit-animation: pullDown 1s infinite linear alternate;
    animation: pullDown 1s infinite linear alternate;
  }
  .index-pull-down img {
    display: block;
    margin: 0 auto;
  }
  .index-pull-down img:first-child {
    margin-bottom: 10px;
  }
  @-webkit-keyframes pullDown {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  @keyframes pullDown {
    from {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  /* 第二屏 */
  .section-page02 {
    background: #19212c url("../images/banner02.jpg") no-repeat top right;
    background-size: cover;
  }
  .index-ai .hd {
    position: relative;
  }
  .index-ai .hd img {
    max-width: 100%;
  }
  .index-ai-dot {
    position: absolute;
    left: 15%;
    bottom: 0;
  }
  .index-ai-dot img {
    display: block;
  }
  /* 第三屏 */
  .index-about-us .bd {
    margin-top: 36px;
  }
  .index-about-us .bd p {
    color: black;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
  }
  .index-about-us .bd p span {
    color: #81b853;
    font-size: 20px;
    font-weight: 400;
  }
  /* 第四屏 */
  .section-page04 {
    background: #ebebeb;
  }
  .index-advantages .hd {
    text-align: center;
  }
  .index-advantages .hd h3 {
    color: #4a4a4a;
    font-size: 50px;
    font-weight: 400;
    font-family: arial;
  }
  .index-advantages .hd h3 img {
    display: block;
    margin: 0 auto;
  }
  .index-advantages .hd h2 {
    color: #3a3a3a;
    font-size: 38px;
    font-weight: 400;
    margin-top: -25px;
  }
  .index-advantages .hd p {
    text-align: center;
  }
  .index-advantages .hd p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 39px;
    height: 3px;
    background-color: #e60012;
  }
  .index-advantages .bd-title {
    padding-left: 66%;
    margin-top: 95px;
    text-align: right;
  }
  .index-advantages .bd-title h3 {
    text-align: left;
  }
  .index-advantages .bd-title h2 {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 300;
  }
  .index-advantages .bd-title h2 span {
    margin-top: -45px;
    margin-left: -35px;
  }
  .index-advantages .bd-text {
    margin-top: 45px;
    padding-bottom: 100px;
  }
  .index-advantages .bd-text p {
    color: black;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    font-weight: 300;
  }
  .index-advantages-pic {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -660px;
  }
  .index-advantages-pic img {
    display: block;
    max-width: 100%;
  }
  /* 第五屏 */
  .section-page05 {
    background: #ededed;
  }
  .index-system {
    position: relative;
    z-index: 5;
  }
  .index-system .hd h3 {
    text-align: left;
  }
  .index-system .hd h2 {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 300;
  }
  .index-system .hd h2 span {
    margin-top: -45px;
    margin-left: -25px;
  }
  .index-system .bd {
    margin-top: 45px;
    margin-left: 25px;
  }
  .index-system .bd p {
    color: black;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
  }
  .index-system-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  .index-system-pic img {
    height: 100%;
  }
  /* 第六屏 */
  .section-page06 {
    background: url("../images/demo07.png") 0 0;
  }
  .section-page06 .next,
  .section-page06 .prev {
    display: none;
  }
  .product-swiper {
    padding: 0 10px;
  }
  .index-service-list {
    text-align: center;
    max-width: 1140px;
    margin: 60px auto 0;
    position: relative;
    z-index: 9;
  }
  .index-service-list .product-pagination {
    margin-top: 10px;
  }
  .index-service-list .product-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0 3px;
  }
  .index-service-list .product-pagination .swiper-pagination-bullet-active {
    background: #78b444;
  }
  .index-service-list .swiper-slide {
    width: 100%;
    padding: 36px 10px;
  }
  .index-service-list .items {
    width: 100%;
    padding: 20px 0;
    background-color: white;
    box-shadow: 0 10px 36px 4px rgba(73, 95, 72, 0.12);
    height: 380px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 auto;
  }
  .index-service-list .items:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  .index-service-list .items-num {
    text-align: center;
  }
  .index-service-list .items-num span {
    color: #69ac30;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 20px;
  }
  .index-service-list .items-num i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 40px;
    height: 2px;
  }
  .index-service-list .items-num .i1 {
    background: url("../images/nub01.png") no-repeat center center;
  }
  .index-service-list .items-num .i2 {
    background: url("../images/nub02.png") no-repeat center center;
  }
  .index-service-list .items-icon {
    margin: 15px 0;
  }
  .index-service-list .items-icon i {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .index-service-list .items-icon .icon01 {
    background: url("../images/service01.png") no-repeat center center;
    background-size: 79px auto;
  }
  .index-service-list .items-icon .icon02 {
    background: url("../images/service02.png") no-repeat center center;
    background-size: 79px auto;
  }
  .index-service-list .items-icon .icon03 {
    background: url("../images/service03.png") no-repeat center center;
    background-size: 111px auto;
  }
  .index-service-list .items-icon .icon04 {
    background: url("../images/service04.png") no-repeat center center;
    background-size: 106px auto;
  }
  .index-service-list .items-icon .icon05 {
    background: url("../images/service05.png") no-repeat center center;
    background-size: 79px auto;
  }
  .index-service-list .items-title h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 20px;
    font-weight: 500;
  }
  .index-service-list .items-title p {
    text-align: center;
  }
  .index-service-list .items-title p i {
    width: 26px;
    height: 2px;
    background-color: #6eae37;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .index-service-list .items-describe {
    margin-top: 10px;
  }
  .index-service-list .items-describe p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    filter: alpha(opacity=90);
    line-height: 22px;
  }
  /*  第七屏 */
  .index-case-swiper {
    padding: 0 150px;
    margin-top: 5px;
    position: relative;
  }
  .index-case-swiper .swiper-slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 30px 0;
    position: relative;
    padding-top: 60%;
  }
  .index-case-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index-case-swiper .swiper-slide-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 99;
  }
  .index-case-swiper .next,
  .index-case-swiper .prev {
    width: 25px;
    height: 46px;
    background-color: #79c638;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    line-height: 46px;
    text-align: center;
    margin-top: -32.5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-case-swiper .next i,
  .index-case-swiper .prev i {
    color: #fff;
    font-size: 22px;
  }
  .index-case-swiper .next:hover,
  .index-case-swiper .prev:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #66a72f;
  }
  .index-case-swiper .prev {
    left: 60px;
  }
  .index-case-swiper .next {
    right: 60px;
  }
  .index-swiper-shade {
    width: 100%;
    height: 71px;
    background: url("../images/demo08.png") no-repeat center center;
    margin-top: -35px;
  }
  .index-case-btn {
    text-align: center;
    margin-top: 10px;
  }
  .index-case-btn p {
    position: relative;
    height: 53px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .index-case-btn p a {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    background-color: #79c638;
    border-radius: 6px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-case-btn p a span {
    margin-right: 25px;
    font-weight: 500;
  }
  .index-case-btn p a i {
    font-weight: 300;
  }
  .index-case-btn p:after {
    position: absolute;
    content: '';
    height: 40px;
    background-color: #b7f2de;
    border-radius: 6px;
    left: 6px;
    top: 6px;
    width: 100%;
  }
  .index-case-btn p:hover a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff !important;
    background: #66a72f;
  }
  /* 第八屏 */
  .section-page08 {
    background: url("../images/banner03.jpg") no-repeat center center;
    background-size: cover;
  }
  .section-page08 .index-headline h2 {
    color: #fff;
    font-weight: 300;
  }
  .section-page08 .index-headline p i {
    background: #1cfef1;
  }
  .index-standard .bd {
    text-align: center;
    margin-top: 25px;
  }
  .index-standard .bd p {
    font-size: 14px;
    color: white;
    font-weight: 300;
    line-height: 22px;
  }
  .index-standard .bd p span {
    color: #00ff96;
    font-weight: 500;
  }
  .index-process {
    margin-top: 100px;
  }
  .index-process .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .index-process .bd .item {
    max-width: 196px;
    position: relative;
    padding: 0 5px;
  }
  .index-process .bd .item h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
  }
  .index-process .bd .item p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 3px;
  }
  .index-process .bd .item .arrow {
    position: absolute;
    right: -40px;
    top: 0;
    line-height: 30px;
  }
  .index-process .bd .item .arrow i {
    color: #19da5d;
    font-size: 14px;
  }
  .index-process .ft {
    text-align: center;
    margin-top: 45px;
  }
  .index-process .ft a {
    width: 158px;
    height: 50px;
    border: 2px solid cyan;
    border-radius: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fefffe;
    font-size: 20px;
    font-weight: 300;
    line-height: 46px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .index-process .ft a:hover {
    border: 2px solid #19da5d;
    background: #19da5d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff !important;
  }
  /* 第九屏 */
  .index-pariner {
    margin-top: 50px;
    padding: 0 90px;
  }
  .index-pariner .pariner-pagination {
    display: none;
  }
  .index-pariner-swiper .swiper-slide {
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    padding: 6px 8px;
  }
  .index-pariner-swiper .swiper-slide p {
    background: url("../images/img-bg.png") no-repeat center center;
    background-size: 100% 100%;
    height: 133px;
    line-height: 133px;
  }
  .index-pariner-swiper .swiper-slide img {
    vertical-align: middle;
    max-width: 70%;
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .index-pariner-swiper .swiper-slide:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .fp-auto-height {
    padding-top: 0 !important;
  }
}

@media (min-width: 1350px) {
  .index-service-list .product-pagination {
    display: none;
  }
}

@media (max-height: 920px) and (min-width: 992px) {
  .index-banner {
    padding-bottom: 20px;
  }
  .index-banner .hd {
    text-align: center;
  }
  .index-banner .hd img {
    max-width: 520px;
  }
  .index-banner .bd {
    text-align: center;
    margin-top: 80px;
  }
  .index-banner .bd img {
    max-width: 440px;
  }
  .index-banner .bd h3 {
    line-height: 48px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-top: 24px;
    letter-spacing: 3px;
  }
  .index-banner .bd h3 span {
    color: white;
    font-size: 44px;
    font-weight: 400;
  }
  .index-advantages-pic {
    margin-left: -500px;
  }
  .index-advantages-pic img {
    max-width: 80%;
  }
}

/* 首页 */
.index-case-btn li {
  display: none;
}

.index-case-btn .on {
  display: block;
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
@media (max-width: 767px) {
  /* 联系我们 */
  .contant-us {
    padding-top: 25px;
    background: #f9f9f9;
  }
  .contant-us .hd {
    text-align: center;
  }
  .contant-us .hd h3 {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
  .contant-us .hd h4 {
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 26px;
  }
  .contant-us .hd h4 span {
    color: #78b444;
  }
  .contant-us .bd {
    margin-top: 20px;
  }
  .contant-us .bd .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .contant-us .bd .item .code {
    margin-right: 10px;
    max-width: 90px;
  }
  .contant-us .bd .item .code img {
    display: block;
    width: 100%;
  }
  .contant-us .bd .item .list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contant-us .bd .item .list li {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  /* 底部 */
  .footer {
    padding-bottom: 25px;
    background: #f9f9f9;
  }
  .footer-nav .item {
    border-bottom: 1px solid #d6d6d6;
  }
  .footer-nav .item h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
  }
  .footer-nav .item h3:after {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '+';
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
  }
  .footer-nav .item ul {
    display: none;
    padding-bottom: 10px;
  }
  .footer-nav .item li {
    color: #4d4d4d;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
  }
  .footer-nav .item li a {
    color: #4d4d4d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 10px;
  }
  .footer-nav .item li a:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 4px;
    height: 4px;
    background: #4d4d4d;
    border-radius: 4px;
    margin-right: 3px;
    margin-left: 10px;
    display: none;
  }
  .footer-nav .on h3:after {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-service {
    text-align: center;
    margin-top: 20px;
  }
  .footer-service h3 {
    color: #444444;
    font-size: 22px;
    font-weight: 400;
  }
  .footer-service h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
  }
  .footer-service p {
    margin-top: 15px;
  }
  .footer-service p a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 172px;
    height: 40px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #69ac30;
    border-radius: 5px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    font-weight: 400;
  }
  .footer-service p:hover a {
    color: #fff !important;
    background: #66a72f;
  }
  .footer-service:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    background: #b6b6b6;
    left: 0;
    top: 50%;
    margin-top: -45px;
    display: none;
  }
  /* 版权 */
  .footer-copyright {
    padding: 20px 0;
  }
  .footer-copyright .hd p {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .footer-copyright .hd p a {
    color: #888888;
    padding: 0 10px;
    position: relative;
  }
  .footer-copyright .hd p a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #888888;
    margin-top: -7px;
  }
  .footer-copyright .hd p a:last-child:after {
    display: none;
  }
  .footer-copyright .hd p span {
    margin: 0 5px;
    font-size: 300;
  }
  .footer-copyright .bd p {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .footer-copyright .bd p a {
    color: #0172e6;
    margin: 0 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* 联系我们 */
  .contant-us {
    background: #f9f9f9;
    padding: 30px 0;
  }
  .contant-us .hd {
    text-align: center;
  }
  .contant-us .hd h3 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }
  .contant-us .hd h4 {
    font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 32px;
  }
  .contant-us .hd h4 span {
    color: #78b444;
  }
  .contant-us .bd {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1%;
    margin-top: 30px;
  }
  .contant-us .bd .item {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contant-us .bd .item .code {
    margin-right: 20px;
  }
  .contant-us .bd .item .list li {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  /* 底部 */
  .footer {
    padding: 40px 0;
  }
  .footer-hd {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3%;
  }
  .footer-nav .item h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .footer-nav .item ul {
    margin-top: 10px;
  }
  .footer-nav .item li {
    color: #4d4d4d;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .footer-nav .item li a {
    color: #4d4d4d;
  }
  .footer-service {
    width: 27%;
    text-align: center;
    position: relative;
  }
  .footer-service h3 {
    color: #444444;
    font-size: 22px;
    font-weight: 500;
  }
  .footer-service h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-service p {
    margin-top: 15px;
  }
  .footer-service p a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 172px;
    height: 40px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #69ac30;
    border-radius: 5px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-service p:hover a {
    color: #fff !important;
    background: #66a72f;
  }
  .footer-service:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    background: #b6b6b6;
    left: 0;
    top: 50%;
    margin-top: -45px;
  }
  .footer-copyright {
    padding-top: 30px;
  }
  .footer-copyright .hd p {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .footer-copyright .hd p a {
    color: #888888;
    padding: 0 10px;
    position: relative;
  }
  .footer-copyright .hd p a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #888888;
    margin-top: -7px;
  }
  .footer-copyright .hd p a:last-child:after {
    display: none;
  }
  .footer-copyright .hd p span {
    margin: 0 5px;
    font-size: 300;
  }
  .footer-copyright .bd p {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .footer-copyright .bd p a {
    color: #0172e6;
    margin: 0 3px;
  }
}

@media (min-width: 992px) {
  /* 联系我们 */
  .contant-us {
    background: #f9f9f9;
    padding: 30px 0;
  }
  .contant-us .hd {
    text-align: center;
  }
  .contant-us .hd h3 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
  .contant-us .hd h4 {
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: 22px;
  }
  .contant-us .hd h4 span {
    color: #78b444;
  }
  .contant-us .bd {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10%;
    margin-top: 30px;
  }
  .contant-us .bd .item {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contant-us .bd .item .code {
    margin-right: 20px;
  }
  .contant-us .bd .item .list li {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }
  /* 底部 */
  .footer {
    padding: 40px 0;
  }
  .footer-hd {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5%;
  }
  .footer-nav .item h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .footer-nav .item ul {
    margin-top: 15px;
  }
  .footer-nav .item li {
    color: #4d4d4d;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .footer-nav .item li a {
    color: #4d4d4d;
  }
  .footer-service {
    width: 25%;
    text-align: center;
    position: relative;
  }
  .footer-service h3 {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
  }
  .footer-service h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
  }
  .footer-service p {
    margin-top: 15px;
  }
  .footer-service p a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 110px;
    height: 32px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #69ac30;
    border-radius: 5px;
    line-height: 32px;
    color: white;
    font-size: 14px;
    font-weight: 400;
  }
  .footer-service p:hover a {
    color: #fff !important;
    background: #66a72f;
  }
  .footer-service:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    background: #b6b6b6;
    left: 0;
    top: 50%;
    margin-top: -45px;
  }
  .footer-copyright {
    padding-top: 30px;
  }
  .footer-copyright .hd p {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .footer-copyright .hd p a {
    color: #888888;
    padding: 0 10px;
    position: relative;
  }
  .footer-copyright .hd p a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #888888;
    margin-top: -7px;
  }
  .footer-copyright .hd p a:last-child:after {
    display: none;
  }
  .footer-copyright .hd p span {
    margin: 0 5px;
    font-size: 300;
  }
  .footer-copyright .bd p {
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .footer-copyright .bd p a {
    color: #0172e6;
    margin: 0 3px;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
@media (max-width: 767px) {
  .meeting-record-title {
    background: url("../images/order/demo01.jpg") no-repeat center center;
    background-size: cover;
  }
  .meeting-record-title .pic {
    padding: 50px 0;
  }
  .meeting-record-title img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }
  /* 下单进度 */
  .order-progress ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 2px solid #f4f4f4;
  }
  .order-progress li {
    position: relative;
    text-align: center;
  }
  .order-progress h3 {
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .order-progress .pic {
    width: 50px;
    height: 50px;
    background-color: #f0f1f3;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0;
    position: relative;
    margin: 0 auto;
  }
  .order-progress .pic img {
    vertical-align: middle;
  }
  .order-progress .text {
    display: none;
  }
  .order-progress .text p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 24px;
  }
  .order-progress .ing {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 88px;
    position: absolute;
    left: 105px;
    top: 50%;
    margin-top: -3px;
    display: none;
  }
  .order-progress .ing i {
    height: 6px;
    width: 6px;
    background-color: #f0f1f3;
    border-radius: 6px;
  }
  .order-progress .on h3 {
    color: #78b444;
  }
  .order-progress .on .text p {
    color: #333333;
  }
  .order-progress .on .ing i:nth-child(1) {
    background: #78b444;
  }
  .order-progress .on .ing i:nth-child(2) {
    background: #78b444;
  }
  .order-progress .on .ing i:nth-child(3) {
    background: #78b444;
  }
  .order-progress .on .ing i:nth-child(4) {
    background: #bae287;
  }
  .order-progress .on .ing i:nth-child(5) {
    background: #d6eabf;
  }
  .order-progress .on .ing i:nth-child(6) {
    background: #edf0ed;
  }
  .order-progress .oned.li1 .ing i,
  .order-progress .oned.li2 .ing i,
  .order-progress .oned.li3 .ing i,
  .order-progress .oned.li4 .ing i,
  .order-progress .oned.li5 .ing i {
    background: #78b444;
  }
  .order-progress .on.li1 .pic,
  .order-progress .oned.li1 .pic {
    background: url("../images/order/order01-hover.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .on.li2 .pic,
  .order-progress .oned.li2 .pic {
    background: url("../images/order/order02-hover.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .on.li3 .pic,
  .order-progress .oned.li3 .pic {
    background: url("../images/order/order03-hover.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .on.li4 .pic,
  .order-progress .oned.li4 .pic {
    background: url("../images/order/order04-hover.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .on.li5 .pic,
  .order-progress .oned.li5 .pic {
    background: url("../images/order/order05-hover.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .li1 .pic {
    background: url("../images/order/order01.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .li2 .pic {
    background: url("../images/order/order02.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .li3 .pic {
    background: url("../images/order/order03.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .li4 .pic {
    background: url("../images/order/order04.png") no-repeat center center;
    background-size: 45px auto;
  }
  .order-progress .li5 .pic {
    background: url("../images/order/order05.png") no-repeat center center;
    background-size: 45px auto;
  }
  .meeting-record-table {
    margin-top: 30px;
  }
  .meeting-record-table .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .meeting-record-table .item-title {
    width: 60px;
    margin-right: 20px;
    text-align: right;
  }
  .meeting-record-table .item-title p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
  }
  .meeting-record-table .item-tabs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .meeting-record-table .item-tabs ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .meeting-record-table .item-tabs li {
    width: 48%;
    height: 36px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    float: left;
    cursor: pointer;
  }
  .meeting-record-table .item-tabs li.on, .meeting-record-table .item-tabs li:hover {
    border: 1px solid #78b444;
    background: #78b444;
    color: #fff;
  }
  .meeting-record-table .item-tabs li:nth-child(2) {
    float: right;
  }
  .meeting-record .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .meeting-record .item-title {
    width: 60px;
    margin-right: 20px;
    text-align: right;
  }
  .meeting-record .item-title p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
  }
  .meeting-record .item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .meeting-record .item-data {
    position: relative;
  }
  .meeting-record .item-data input {
    width: 100%;
    height: 36px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding: 0 15px;
    -webkit-appearance: none;
  }
  .meeting-record .item-data i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #999999;
    font-weight: 500;
    line-height: 36px;
  }
  .meeting-record .item-text input {
    -webkit-appearance: none;
    height: 36px;
    width: 100%;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
  }
  .meeting-record .item01 {
    margin-top: 25px;
  }
  .meeting-record .item-double {
    width: 100%;
    height: 36px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
  }
  .meeting-record .item-double .title {
    width: 60px;
    text-align: right;
    cursor: pointer;
    margin-right: 20px;
  }
  .meeting-record .item-double .title p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
  }
  .meeting-record .item-double .m-select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .submit-order-btn {
    text-align: center;
    margin: 30px 0;
    padding-bottom: 20px;
  }
  .dialog-order-succeed {
    position: relative;
    position: fixed;
    left: 50%;
    top: 150%;
    width: calc(100% - 20%);
    padding: 60px 0;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 7px 27px 3px rgba(8, 2, 3, 0.25);
    z-index: 99999;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .dialog-order-succeed .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .dialog-order-succeed .close i {
    font-size: 20px;
    color: #9b9b9b;
  }
  .dialog-order-succeed .close:hover i {
    color: red;
  }
  .dialog-order-succeed .pic {
    line-height: 50px;
  }
  .dialog-order-succeed .pic i {
    color: #5bce3c;
    font-size: 46px;
  }
  .dialog-order-succeed h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .dialog-order-succeed p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
  }
  .dialog-order-succeed-animated {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@media (min-width: 768px) {
  .meeting-record-title {
    background: url("../images/order/demo01.jpg") no-repeat center center;
    background-size: cover;
  }
  .meeting-record-title .pic {
    padding: 80px 0;
  }
  .meeting-record-title img {
    display: block;
    margin: 0 auto;
  }
  /* 下单进度 */
  .order-progress .container {
    padding: 75px 0 60px;
    border-bottom: 2px solid #f4f4f4;
  }
  .order-progress ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
  }
  .order-progress li {
    position: relative;
    text-align: center;
  }
  .order-progress h3 {
    color: #bbbbbb;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
  }
  .order-progress .pic {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: relative;
    margin: 0 auto;
  }
  .order-progress .text {
    margin-top: 20px;
  }
  .order-progress .text p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 24px;
  }
  .order-progress .ing {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 88px;
    position: absolute;
    left: 105px;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .order-progress .ing i {
    height: 6px;
    width: 6px;
    background-color: #f0f1f3;
    border-radius: 6px;
  }
  .order-progress .on h3 {
    color: #78b444;
  }
  .order-progress .on .text p {
    color: #333333;
  }
  .order-progress .on .ing i:nth-child(1) {
    background: #78b444;
  }
  .order-progress .on .ing i:nth-child(2) {
    background: #78b444;
  }
  .order-progress .on .ing i:nth-child(3) {
    background: #78b444;
  }
  .order-progress .on .ing i:nth-child(4) {
    background: #bae287;
  }
  .order-progress .on .ing i:nth-child(5) {
    background: #d6eabf;
  }
  .order-progress .on .ing i:nth-child(6) {
    background: #edf0ed;
  }
  .order-progress .oned.li1 .ing i,
  .order-progress .oned.li2 .ing i,
  .order-progress .oned.li3 .ing i,
  .order-progress .oned.li4 .ing i,
  .order-progress .oned.li5 .ing i {
    background: #78b444;
  }
  .order-progress .on.li1 .pic,
  .order-progress .oned.li1 .pic {
    background: url("../images/order/order01-hover.png") no-repeat center center;
  }
  .order-progress .on.li2 .pic,
  .order-progress .oned.li2 .pic {
    background: url("../images/order/order02-hover.png") no-repeat center center;
  }
  .order-progress .on.li3 .pic,
  .order-progress .oned.li3 .pic {
    background: url("../images/order/order03-hover.png") no-repeat center center;
  }
  .order-progress .on.li4 .pic,
  .order-progress .oned.li4 .pic {
    background: url("../images/order/order04-hover.png") no-repeat center center;
  }
  .order-progress .on.li5 .pic,
  .order-progress .oned.li5 .pic {
    background: url("../images/order/order05-hover.png") no-repeat center center;
  }
  .order-progress .li1 .pic {
    background: url("../images/order/order01.png") no-repeat center center;
  }
  .order-progress .li2 .pic {
    background: url("../images/order/order02.png") no-repeat center center;
  }
  .order-progress .li3 .pic {
    background: url("../images/order/order03.png") no-repeat center center;
  }
  .order-progress .li4 .pic {
    background: url("../images/order/order04.png") no-repeat center center;
  }
  .order-progress .li5 .pic {
    background: url("../images/order/order05.png") no-repeat center center;
  }
  .meeting-record-table {
    margin-top: 60px;
  }
  .meeting-record-table .item {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .meeting-record-table .item-title {
    width: 60px;
    margin-right: 20px;
    text-align: right;
  }
  .meeting-record-table .item-title p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
  }
  .meeting-record-table .item-tabs {
    width: 400px;
  }
  .meeting-record-table .item-tabs ul {
    height: 36px;
    width: 400px;
  }
  .meeting-record-table .item-tabs li {
    width: 190px;
    height: 36px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    float: left;
    cursor: pointer;
  }
  .meeting-record-table .item-tabs li.on, .meeting-record-table .item-tabs li:hover {
    border: 1px solid #78b444;
    background: #78b444;
    color: #fff;
  }
  .meeting-record-table .item-tabs li:nth-child(2) {
    float: right;
  }
  .meeting-record .item {
    width: 480px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .meeting-record .item-title {
    width: 60px;
    margin-right: 20px;
    text-align: right;
  }
  .meeting-record .item-title p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
  }
  .meeting-record .item-content {
    width: 400px;
    height: 36px;
  }
  .meeting-record .item-data {
    width: 100%;
    position: relative;
  }
  .meeting-record .item-data input {
    width: 100%;
    height: 36px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding: 0 15px;
  }
  .meeting-record .item-data i {
    position: absolute;
    right: 15px;
    top: 0;
    color: #999999;
    font-weight: 500;
    line-height: 36px;
  }
  .meeting-record .item-time {
    float: right;
  }
  .meeting-record .item-text input {
    -webkit-appearance: none;
    height: 36px;
    width: 100%;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    box-shadow: inset 0 2px 1.9px 0.1px rgba(8, 2, 3, 0.16);
    padding: 8px 15px;
  }
  .meeting-record .item01 {
    width: 480px;
    margin: 0 auto;
    height: 36px;
    margin-top: 25px;
  }
  .meeting-record .item-double {
    width: 226px;
    height: 36px;
    float: left;
  }
  .meeting-record .item-double .title {
    width: 60px;
    text-align: right;
    float: left;
    cursor: pointer;
  }
  .meeting-record .item-double .title p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
  }
  .meeting-record .item-double .m-select {
    float: right;
  }
  .meeting-record .item-double:nth-child(2) {
    float: right;
  }
  .submit-order-btn {
    text-align: center;
    margin: 55px 0;
    padding-bottom: 50px;
  }
  .dialog-order-succeed {
    position: relative;
    position: fixed;
    left: 50%;
    top: 150%;
    width: 488px;
    height: 330px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 7px 27px 3px rgba(8, 2, 3, 0.25);
    margin-left: -244px;
    margin-top: -165px;
    z-index: 99999;
    text-align: center;
    padding-top: 75px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .dialog-order-succeed .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .dialog-order-succeed .close i {
    font-size: 20px;
    color: #9b9b9b;
  }
  .dialog-order-succeed .close:hover i {
    color: red;
  }
  .dialog-order-succeed .pic {
    line-height: 60px;
  }
  .dialog-order-succeed .pic i {
    color: #5bce3c;
    font-size: 56px;
  }
  .dialog-order-succeed h3 {
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .dialog-order-succeed p {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 28px;
  }
  .dialog-order-succeed-animated {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@media (min-width: 992px) {
  .meeting-record-title {
    background: url("../images/order/demo01.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 98px;
  }
  .meeting-record-title .pic {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .meeting-record-title img {
    display: block;
    margin: 0 auto;
  }
  .order-progress ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px;
  }
  .order-progress .ing {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .check-pending-container {
    padding: 60px 0;
  }
  .check-pending-title {
    text-align: center;
  }
  .check-pending-title h2 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
  }
  .check-pending-title p {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .check-pending-title p b {
    font-weight: 500;
  }
  .check-pending-table {
    margin-top: 50px;
  }
  .check-pending-table table {
    width: 440px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-collapse: collapse;
  }
  .check-pending-table table td,
  .check-pending-table table th {
    padding: 8px 30px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
  }
  .check-pending-table table td span {
    color: #78b444;
  }
  .check-pending-table table th {
    width: 120px;
    background: #f8f9ff;
    border-right: 1px solid #dedede;
  }
  .check-pending-btn {
    text-align: center;
    margin: 60px 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .check-pending-container {
    padding: 30px 0;
  }
  .check-pending-title {
    text-align: center;
  }
  .check-pending-title h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }
  .check-pending-title p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .check-pending-title p b {
    font-weight: 500;
  }
  .check-pending-table {
    margin-top: 30px;
  }
  .check-pending-table table {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
  }
  .check-pending-table table td,
  .check-pending-table table th {
    padding: 8px 30px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
  }
  .check-pending-table table td span {
    color: #78b444;
  }
  .check-pending-table table th {
    width: 120px;
    background: #f8f9ff;
    border-right: 1px solid #dedede;
  }
  .check-pending-btn {
    text-align: center;
    margin: 30px 0;
    padding-bottom: 20px;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .verify-information-container .container {
    padding: 0 120px;
  }
  .verify-information {
    padding: 60px 80px;
    background: #f5f5f5;
  }
  .verify-information-title {
    text-align: center;
  }
  .verify-information-title h2 {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
  }
  .verify-information-list .item {
    margin-top: 30px;
  }
  .verify-information-list h3 {
    font-weight: 500;
    line-height: 24px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333333;
    font-size: 20px;
    border-left: 7px solid #78b444;
    padding-left: 20px;
  }
  .verify-information-list h3 span {
    color: #7f7f7f;
    font-size: 16px;
  }
  .verify-information-list table {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
    margin-top: 25px;
  }
  .verify-information-list table td,
  .verify-information-list table th {
    padding: 8px 30px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
  }
  .verify-information-list table td {
    background: #fff;
  }
  .verify-information-list table td span {
    color: #78b444;
  }
  .verify-information-list table td .price {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #dc1c1c;
  }
  .verify-information-list table th {
    width: 120px;
    background: #f8f9ff;
    border-right: 1px solid #dedede;
  }
  .verify-information-list .item-pay {
    margin-top: 25px;
  }
  .verify-information-list .item-pay ul {
    height: 54px;
  }
  .verify-information-list .item-pay li {
    width: 174px;
    height: 54px;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
  }
  .verify-information-list .item-pay li .radio {
    width: 15px;
    height: 15px;
    background-color: #f5f5f7;
    border: 1px solid #78b444;
    border-radius: 15px;
    margin-right: 15px;
  }
  .verify-information-list .item-pay li .radio i {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #78b444;
    margin-left: 2px;
    margin-top: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .verify-information-list .item-pay li .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .verify-information-list .item-pay li .brand img {
    max-width: 100%;
  }
  .verify-information-list .item-pay li.on .radio i {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .verify-information-btn {
    text-align: center;
    margin: 60px 0;
    padding-bottom: 40px;
  }
  .verify-information-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 170px;
    height: 50px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    line-height: 48px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin: 0 30px;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .verify-information-btn a.on, .verify-information-btn a:hover {
    background-color: #78b444;
    border: 1px solid #78b444;
    color: #fff !important;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .verify-information-btn a.on:hover {
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
    background: #66a72f;
  }
}

@media (max-width: 767px) {
  .verify-information {
    padding: 30px 20px;
    background: #f5f5f5;
  }
  .verify-information-title {
    text-align: center;
  }
  .verify-information-title h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }
  .verify-information-list .item {
    margin-top: 30px;
  }
  .verify-information-list h3 {
    font-weight: 500;
    line-height: 24px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333333;
    font-size: 16px;
    border-left: 3px solid #78b444;
    padding-left: 16px;
  }
  .verify-information-list h3 span {
    color: #7f7f7f;
    font-size: 14px;
  }
  .verify-information-list table {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .verify-information-list table td,
  .verify-information-list table th {
    padding: 8px 15px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
  }
  .verify-information-list table td {
    background: #fff;
  }
  .verify-information-list table td span {
    color: #78b444;
  }
  .verify-information-list table td .price {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #dc1c1c;
  }
  .verify-information-list table th {
    width: 110px;
    background: #f8f9ff;
    border-right: 1px solid #dedede;
  }
  .verify-information-list .item-pay {
    margin-top: 25px;
  }
  .verify-information-list .item-pay ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .verify-information-list .item-pay li {
    width: 48%;
    height: 40px;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    cursor: pointer;
  }
  .verify-information-list .item-pay li .radio {
    width: 12px;
    height: 12px;
    background-color: #f5f5f7;
    border: 1px solid #78b444;
    border-radius: 12px;
    margin-right: 10px;
  }
  .verify-information-list .item-pay li .radio i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #78b444;
    margin-left: 2px;
    margin-top: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .verify-information-list .item-pay li .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .verify-information-list .item-pay li .brand img {
    max-width: 100%;
    display: block;
  }
  .verify-information-list .item-pay li.on .radio i {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .verify-information-btn {
    text-align: center;
    margin: 30px 0;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .verify-information-btn a {
    width: 48%;
    height: 40px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    line-height: 38px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .verify-information-btn a.on, .verify-information-btn a:hover {
    background-color: #78b444;
    border: 1px solid #78b444;
    color: #fff !important;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .verify-information-btn a.on:hover {
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
    background: #66a72f;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .pay-complete-container .container {
    padding: 0 120px;
  }
  .pay-complete {
    padding: 60px 80px;
    background: #f5f5f5;
  }
  .pay-complete-title {
    text-align: center;
  }
  .pay-complete-title .pic {
    line-height: 60px;
  }
  .pay-complete-title .pic i {
    color: #78b444;
    font-size: 56px;
  }
  .pay-complete-title h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
  }
  .pay-complete-title p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
  .pay-complete-title p span {
    text-decoration: underline;
  }
  .pay-complete-list .item {
    margin-top: 30px;
  }
  .pay-complete-list h3 {
    font-weight: 500;
    line-height: 24px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333333;
    font-size: 20px;
    border-left: 7px solid #78b444;
    padding-left: 20px;
  }
  .pay-complete-list h3 span {
    color: #7f7f7f;
    font-size: 16px;
  }
  .pay-complete-list table {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
    margin-top: 25px;
  }
  .pay-complete-list table td,
  .pay-complete-list table th {
    padding: 8px 30px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
  }
  .pay-complete-list table td {
    background: #fff;
  }
  .pay-complete-list table td span {
    color: #78b444;
  }
  .pay-complete-list table td .price {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #dc1c1c;
  }
  .pay-complete-list table th {
    width: 120px;
    background: #f8f9ff;
    border-right: 1px solid #dedede;
  }
  .pay-complete-btn {
    text-align: center;
    margin: 60px 0;
    padding-bottom: 40px;
  }
  .pay-complete-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 170px;
    height: 50px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    line-height: 48px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin: 0 30px;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .pay-complete-btn a.on, .pay-complete-btn a:hover {
    background-color: #78b444;
    border: 1px solid #78b444;
    color: #fff !important;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .pay-complete-btn a.on:hover {
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
    background: #66a72f;
  }
}

@media (max-width: 767px) {
  .pay-complete-title {
    text-align: center;
  }
  .pay-complete-title .pic {
    line-height: 50px;
  }
  .pay-complete-title .pic i {
    color: #78b444;
    font-size: 46px;
  }
  .pay-complete-title h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }
  .pay-complete-title p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .pay-complete-title p span {
    text-decoration: underline;
  }
  .pay-complete {
    padding: 30px 20px;
    background: #f5f5f5;
  }
  .pay-complete-list .item {
    margin-top: 30px;
  }
  .pay-complete-list h3 {
    font-weight: 500;
    line-height: 24px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333333;
    font-size: 16px;
    border-left: 3px solid #78b444;
    padding-left: 16px;
  }
  .pay-complete-list h3 span {
    color: #7f7f7f;
    font-size: 14px;
  }
  .pay-complete-list table {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .pay-complete-list table td,
  .pay-complete-list table th {
    padding: 8px 15px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
  }
  .pay-complete-list table td {
    background: #fff;
  }
  .pay-complete-list table td span {
    color: #78b444;
  }
  .pay-complete-list table td .price {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #dc1c1c;
  }
  .pay-complete-list table th {
    width: 110px;
    background: #f8f9ff;
    border-right: 1px solid #dedede;
  }
  .pay-complete-btn {
    text-align: center;
    margin: 30px 0;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pay-complete-btn a {
    width: 48%;
    height: 40px;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    line-height: 38px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .pay-complete-btn a.on, .pay-complete-btn a:hover {
    background-color: #78b444;
    border: 1px solid #78b444;
    color: #fff !important;
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
  }
  .pay-complete-btn a.on:hover {
    -webkit-transition: all 0.3 linear;
    transition: all 0.3 linear;
    background: #66a72f;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .for-service {
    padding-top: 70px;
  }
  .for-service .items {
    width: 320px;
    height: 420px;
    background-color: white;
    box-shadow: 0 10px 36px 4px rgba(73, 95, 72, 0.12);
    padding: 40px 0;
    margin: 0 auto;
  }
  .for-service .items-icon {
    margin-top: 10px;
  }
  .for-service .items-icon i {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .for-service .items-icon .icon01 {
    background: url("../images/order/service01.png") no-repeat center center;
    background-size: 100px auto;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  .for-service .items-icon .icon02 {
    background: url("../images/order/service02.png") no-repeat center center;
    background-size: 100px auto;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
  .for-service .items-icon .icon03 {
    background: url("../images/service03.png") no-repeat center center;
    background-size: 111px auto;
  }
  .for-service .items-icon .icon04 {
    background: url("../images/service04.png") no-repeat center center;
    background-size: 106px auto;
  }
  .for-service .items-icon .icon05 {
    background: url("../images/service05.png") no-repeat center center;
    background-size: 79px auto;
  }
  .for-service .items-title {
    text-align: center;
    margin-top: 20px;
  }
  .for-service .items-title h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 32px;
    font-weight: 500;
  }
  .for-service .items-title p {
    text-align: center;
  }
  .for-service .items-title p i {
    width: 40px;
    height: 4px;
    background-color: #6eae37;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 2px;
  }
  .for-service .items-describe {
    margin-top: 10px;
    text-align: center;
  }
  .for-service .items-describe p {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: black;
    font-size: 16px;
    font-weight: 500;
  }
  .for-service .item-state {
    margin-top: 45px;
    text-align: center;
  }
  .for-service .item-state i {
    width: 54px;
    height: 46px;
    display: block;
    margin: 0 auto;
    background: url("../images/order/refresh.png") no-repeat center center;
    background-size: 54px auto;
  }
  .for-service .item-state span {
    font-size: 55px;
    color: #78b444;
  }
  .for-service .item-state40 {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .for-service {
    padding-top: 30px;
  }
  .for-service .items {
    width: 280px;
    background-color: white;
    box-shadow: 0 10px 36px 4px rgba(73, 95, 72, 0.12);
    padding: 40px 0;
    margin: 0 auto 40px;
  }
  .for-service .items-icon {
    margin-top: 10px;
  }
  .for-service .items-icon i {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .for-service .items-icon .icon01 {
    background: url("../images/order/service01.png") no-repeat center center;
    background-size: 80px auto;
  }
  .for-service .items-icon .icon02 {
    background: url("../images/order/service02.png") no-repeat center center;
    background-size: 80px auto;
  }
  .for-service .items-icon .icon03 {
    background: url("../images/service03.png") no-repeat center center;
    background-size: 111px auto;
  }
  .for-service .items-icon .icon04 {
    background: url("../images/service04.png") no-repeat center center;
    background-size: 106px auto;
  }
  .for-service .items-icon .icon05 {
    background: url("../images/service05.png") no-repeat center center;
    background-size: 79px auto;
  }
  .for-service .items-title {
    text-align: center;
    margin-top: 15px;
  }
  .for-service .items-title h3 {
    color: black;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 24px;
    font-weight: 500;
  }
  .for-service .items-title p {
    text-align: center;
    line-height: 1;
  }
  .for-service .items-title p i {
    width: 30px;
    height: 3px;
    background-color: #6eae37;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 2px;
  }
  .for-service .items-describe {
    margin-top: 10px;
    text-align: center;
  }
  .for-service .items-describe p {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: black;
    font-size: 16px;
    font-weight: 400;
  }
  .for-service .item-state {
    margin-top: 25px;
    text-align: center;
  }
  .for-service .item-state i {
    width: 54px;
    height: 46px;
    display: block;
    margin: 0 auto;
    background: url("../images/order/refresh.png") no-repeat center center;
    background-size: 40px auto;
  }
  .for-service .item-state span {
    font-size: 44px;
    color: #78b444;
  }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .find-order-title {
    background: url("../images/find/demo02.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
  }
  .find-order-title .pic {
    margin-bottom: 30px;
  }
  .find-order-title .pic img {
    display: block;
    margin: 0 auto;
  }
  .find-order-title .tabs {
    text-align: center;
  }
  .find-order-title .tabs li a {
    width: 150px;
    height: 36px;
    background-color: white;
    border-radius: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
  }
  .find-order-title .tabs li a.on, .find-order-title .tabs li a:hover {
    background: #78b444;
    color: #fff !important;
  }
  .find-order-title .search-box {
    height: 36px;
    width: 330px;
    margin: 30px auto 0;
  }
  .find-order-title .search-box .text {
    float: left;
  }
  .find-order-title .search-box .text input {
    width: 280px;
    height: 36px;
    background-color: white;
    border-radius: 6px 0 0 6px;
    border: none;
    padding: 8px 15px;
    line-height: 20px;
    font-size: 14px;
  }
  .find-order-title .search-box .submit {
    height: 36px;
    background: #67b52d url("../images/find/search.png") no-repeat center center;
    background-size: 24px auto;
    border-radius: 0 6px 6px 0;
    width: 50px;
    position: relative;
    float: right;
  }
  .find-order-title .search-box .submit input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .find-order-title .search-box .submit:hover {
    background: #66a72f url(../images/find/search.png) no-repeat center center;
    background-size: 24px auto;
  }
  .search-result {
    padding: 80px 0;
  }
  .search-result .title h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }
  .search-result .title p {
    text-align: center;
  }
  .search-result .title p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 4px;
    background-color: #67b52d;
  }
  .search-result .item {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(73, 95, 72, 0.1);
    padding: 20px 100px 30px;
  }
  .search-result-details,
  .search-result-state {
    padding: 0 25px;
  }
  .search-result-state table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
  }
  .search-result-state table th {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
  }
  .search-result-state table td {
    color: #555555;
    font-size: 14px;
    line-height: 28px;
  }
  .search-result-state table .discard {
    color: #d12b2b;
  }
  .search-result-state table .finshed {
    color: #67b52d;
  }
  .search-result-state table .processing {
    color: #555555;
  }
  .search-result-state table a {
    color: #888888;
    margin-left: 10px;
  }
  .search-result-details {
    margin-top: 80px;
  }
  .search-result-details .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-result-details table {
    border-collapse: collapse;
    text-align: left;
    margin-top: 20px;
  }
  .search-result-details table td,
  .search-result-details table th {
    line-height: 20px;
    padding: 7px 0;
  }
  .search-result-details table th {
    width: 86px;
    color: #444444;
    font-size: 16px;
    font-weight: 700;
  }
  .search-result-details table td {
    color: #555555;
    font-size: 14px;
  }
  .search-result-details table td span {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .find-order-title {
    background: url("../images/find/demo02.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .find-order-title .pic {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .find-order-title .pic img {
    display: block;
    margin: 0 auto;
  }
  .find-order-title .tabs {
    text-align: center;
  }
  .find-order-title .tabs li a {
    width: 150px;
    height: 36px;
    background-color: white;
    border-radius: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
  }
  .find-order-title .tabs li a.on, .find-order-title .tabs li a:hover {
    background: #78b444;
    color: #fff !important;
  }
  .find-order-title .search-box {
    height: 36px;
    width: 330px;
    margin: 30px auto 0;
  }
  .find-order-title .search-box .text {
    float: left;
  }
  .find-order-title .search-box .text input {
    width: 280px;
    height: 36px;
    background-color: white;
    border-radius: 6px 0 0 6px;
    border: none;
    padding: 8px 15px;
    line-height: 20px;
  }
  .find-order-title .search-box .submit {
    height: 36px;
    background: #67b52d url("../images/find/search.png") no-repeat center center;
    background-size: 24px auto;
    border-radius: 0 6px 6px 0;
    width: 50px;
    position: relative;
    float: right;
  }
  .find-order-title .search-box .submit input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .find-order-title .search-box .submit:hover {
    background: #66a72f url(../images/find/search.png) no-repeat center center;
    background-size: 24px auto;
  }
  .search-result-details,
  .search-result-state {
    padding: 0 170px;
  }
}

@media (max-width: 767px) {
  .find-order-title {
    background: url("../images/find/demo02.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0;
  }
  .find-order-title .pic img {
    display: block;
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
  }
  .find-order-title .tabs {
    text-align: center;
    margin-top: 30px;
  }
  .find-order-title .tabs ul {
    padding: 0 15px;
  }
  .find-order-title .tabs li {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .find-order-title .tabs li a {
    width: 48%;
    height: 36px;
    background-color: white;
    border-radius: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 34px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
  }
  .find-order-title .tabs li a.on, .find-order-title .tabs li a:hover {
    background: #78b444;
    color: #fff !important;
  }
  .find-order-title .search-box {
    height: 36px;
    width: 100%;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .find-order-title .search-box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .find-order-title .search-box .text input {
    width: 100%;
    height: 36px;
    background-color: white;
    border-radius: 6px 0 0 6px;
    border: none;
    padding: 8px 15px;
    line-height: 20px;
    font-size: 14px;
  }
  .find-order-title .search-box .submit {
    height: 36px;
    background: #67b52d url("../images/find/search.png") no-repeat center center;
    background-size: 24px auto;
    border-radius: 0 6px 6px 0;
    width: 50px;
    position: relative;
  }
  .find-order-title .search-box .submit input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .find-order-title .search-box .submit:hover {
    background: #66a72f url(../images/find/search.png) no-repeat center center;
    background-size: 24px auto;
  }
  .search-result {
    padding: 30px 0;
  }
  .search-result .title h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
  }
  .search-result .title p {
    text-align: center;
  }
  .search-result .title p i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 3px;
    background-color: #67b52d;
  }
  .search-result .item {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 150px rgba(73, 95, 72, 0.1);
    padding: 25px 15px;
  }
  .search-result-state table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 15px;
  }
  .search-result-state table td,
  .search-result-state table th {
    padding: 11px 2px;
  }
  .search-result-state table th {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
  }
  .search-result-state table td {
    color: #555555;
    font-size: 14px;
    line-height: 20px;
  }
  .search-result-state table .t2 span {
    display: block;
  }
  .search-result-state table .discard {
    color: #d12b2b;
  }
  .search-result-state table .finshed {
    color: #67b52d;
  }
  .search-result-state table .processing {
    color: #555555;
  }
  .search-result-state table a {
    color: #888888;
    margin-left: 10px;
  }
  .search-result-details {
    margin-top: 30px;
  }
  .search-result-details .title {
    margin-bottom: 15px;
  }
  .search-result-details table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
  }
  .search-result-details table td,
  .search-result-details table th {
    line-height: 20px;
    padding: 7px 0;
  }
  .search-result-details table th {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    width: 90px;
  }
  .search-result-details table td {
    color: #555555;
    font-size: 14px;
  }
  .search-result-details table td span {
    margin-right: 10px;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
@media (max-width: 767px) {
  .quick-sign-title {
    background: url("http://yunxc.oss-cn-shanghai.aliyuncs.com/dadasuji/demo30.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0;
  }
  .quick-sign-title .pic img {
    display: block;
    width: 80%;
    max-width: 220px;
    margin: 0 auto;
  }
  .quick-sign {
    padding: 35px 0;
  }
  .quick-sign-service {
    background-color: #69ac30;
    box-shadow: -21.2px -21.2px 31px rgba(0, 0, 0, 0.09);
    padding: 25px 15px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .quick-sign-service .hd h2 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  .quick-sign-service .hd p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .quick-sign-service .bd {
    margin-top: 20px;
  }
  .quick-sign-service .bd li {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quick-sign-service .bd li h3,
  .quick-sign-service .bd li p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 20px;
  }
  .quick-sign-service .bd li p {
    padding-left: 10px;
  }
  .quick-sign-service .bd li h3 {
    position: relative;
  }
  .quick-sign-service .bd li h3:after {
    content: '';
    width: 6px;
    height: 8px;
    background-color: white;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .quick-sign-service .ft {
    padding-left: 20px;
    margin-top: 25px;
  }
  .quick-sign-info {
    background-color: white;
    box-shadow: 17.7px 17.7px 30px rgba(73, 95, 72, 0.1);
    margin-top: 30px;
    position: relative;
    z-index: 2;
    padding: 25px 15px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .quick-sign-info .hd h2 {
    color: #525252;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  .quick-sign-info .hd p {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .quick-sign-info .bd {
    margin-top: 20px;
  }
  .quick-sign-info .bd .item {
    margin-bottom: 20px;
  }
  .quick-sign-info .bd .item input,
  .quick-sign-info .bd .item textarea {
    height: 40px;
    background-color: #eff5ec;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    color: rgba(82, 82, 82, 0.7);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .quick-sign-info .bd .item-text input {
    width: 100%;
  }
  .quick-sign-info .bd .item-double-text {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .quick-sign-info .bd .item-double-text input {
    width: 46%;
  }
  .quick-sign-info .bd .item-textarea textarea {
    width: 100%;
    height: 126px;
    border: none;
    border-radius: 0;
  }
  .quick-sign-info .ft {
    text-align: center;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .quick-sign-title {
    background: url("../images/demo30.jpg") no-repeat center center;
    background-size: cover;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .quick-sign-title .pic {
    padding: 80px 0;
  }
  .quick-sign-title .pic img {
    display: block;
    margin: 0 auto;
  }
  .quick-sign .container {
    padding: 35px 25px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  /* 客服 */
  .quick-sign-service {
    width: 100%;
    background-color: #69ac30;
    box-shadow: -21.2px -21.2px 31px rgba(0, 0, 0, 0.09);
    padding: 30px 60px 50px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .quick-sign-service .hd h2 {
    color: white;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
  }
  .quick-sign-service .hd p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
  }
  .quick-sign-service .bd {
    margin-top: 20px;
  }
  .quick-sign-service .bd li {
    margin-bottom: 20px;
  }
  .quick-sign-service .bd li h3,
  .quick-sign-service .bd li p {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 25px;
  }
  .quick-sign-service .bd li h3 {
    position: relative;
  }
  .quick-sign-service .bd li h3:after {
    content: '';
    width: 6px;
    height: 8px;
    background-color: white;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .quick-sign-service .ft {
    padding-left: 25px;
    margin-top: 45px;
  }
  /* 信息 */
  .quick-sign-info {
    background-color: white;
    box-shadow: 17.7px 17.7px 30px rgba(73, 95, 72, 0.1);
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 30px 60px 50px;
    margin-top: 50px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .quick-sign-info .hd h2 {
    color: #525252;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
  }
  .quick-sign-info .hd p {
    color: #525252;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .quick-sign-info .bd {
    margin-top: 30px;
  }
  .quick-sign-info .bd .item {
    margin-bottom: 25px;
  }
  .quick-sign-info .bd .item-text input {
    width: 100%;
    height: 49px;
    background-color: #eff5ec;
    border: none;
    padding: 15px 30px;
    border-radius: 0;
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .quick-sign-info .bd .item-double-text {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .quick-sign-info .bd .item-double-text input {
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
    width: 46%;
    height: 49px;
    background-color: #eff5ec;
    border: none;
    padding: 15px 30px;
    border-radius: 0;
  }
  .quick-sign-info .bd .item-textarea textarea {
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    height: 126px;
    background-color: #eff5ec;
    border: none;
    padding: 15px 30px;
    border-radius: 0;
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .quick-sign-info .ft {
    text-align: center;
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .quick-sign-title {
    background: url("../images/demo30.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 98px;
  }
  .quick-sign-title .pic {
    padding: 70px 0 80px 0;
  }
  .quick-sign-title .pic img {
    display: block;
    margin: 0 auto;
  }
  .quick-sign .container {
    padding: 100px 110px;
  }
  /* 客服 */
  .quick-sign-service {
    width: 100%;
    background-color: #69ac30;
    box-shadow: -21.2px -21.2px 31px rgba(0, 0, 0, 0.09);
    padding: 30px 60px 50px;
  }
  .quick-sign-service .hd h2 {
    color: white;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
  }
  .quick-sign-service .hd p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
  }
  .quick-sign-service .bd {
    margin-top: 20px;
  }
  .quick-sign-service .bd li {
    margin-bottom: 20px;
  }
  .quick-sign-service .bd li h3,
  .quick-sign-service .bd li p {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 25px;
  }
  .quick-sign-service .bd li h3 {
    position: relative;
  }
  .quick-sign-service .bd li h3:after {
    content: '';
    width: 6px;
    height: 8px;
    background-color: white;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .quick-sign-service .ft {
    padding-left: 25px;
    margin-top: 45px;
  }
  /* 信息 */
  .quick-sign-info {
    background-color: white;
    box-shadow: 17.7px 17.7px 30px rgba(73, 95, 72, 0.1);
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 30px 60px 50px;
    margin-top: -400px;
  }
  .quick-sign-info .hd h2 {
    color: #525252;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
  }
  .quick-sign-info .hd p {
    color: #525252;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .quick-sign-info .bd {
    margin-top: 30px;
  }
  .quick-sign-info .bd .item {
    margin-bottom: 25px;
  }
  .quick-sign-info .bd .item-text input {
    width: 100%;
    height: 49px;
    background-color: #eff5ec;
    border: none;
    padding: 15px 30px;
    border-radius: 0;
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .quick-sign-info .bd .item-double-text {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .quick-sign-info .bd .item-double-text input {
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
    width: 46%;
    height: 49px;
    background-color: #eff5ec;
    border: none;
    padding: 15px 30px;
    border-radius: 0;
  }
  .quick-sign-info .bd .item-textarea textarea {
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    height: 126px;
    background-color: #eff5ec;
    border: none;
    padding: 15px 30px;
    border-radius: 0;
    color: rgba(82, 82, 82, 0.7);
    font-size: 17px;
    font-weight: 400;
  }
  .quick-sign-info .ft {
    text-align: center;
    margin-top: 30px;
  }
}

@media (min-height: 920px) and (min-width: 968px) {
  .index-html,
  .index-html body {
    overflow: hidden !important;
  }
}

#fp-nav.right {
  right: 10px !important;
}

#fp-nav ul li a.active span {
  background: #78b444 !important;
}

#fp-nav ul li a span {
  background: #fff !important;
}

.fp-auto-height {
  padding: 0 !important !important;
}

#fp-nav.fp-nav-btn ul li a span {
  background: #999 !important;
}

#fp-nav.fp-nav-btn ul li a.active span {
  background: #78b444 !important;
}

.fixed-bar {
  position: fixed;
  right: 48px;
  top: 50%;
  z-index: 999999;
  margin-top: -145px;
}

.fixed-bar li {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.fixed-bar li .ico {
  width: 40px;
  height: 40px;
  background-color: #bbbbbb;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed-bar li .ico span {
  position: absolute;
  font-size: 12px;
  color: #c3c3c3;
  border: 1px solid #f0f0f0;
  left: 0;
  top: -18px;
  padding: 2px 0;
  width: 56px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed-bar li .ico i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}

.fixed-bar li .ico a {
  color: white !important;
}

.fixed-bar li:hover .ico {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #78b444;
}

.fixed-bar li:hover .ico a {
  color: white !important;
}

.fixed-bar .li1 .ico {
  position: relative;
  width: 40px;
}

.fixed-bar .li1 .ico i {
  color: #fff;
  font-size: 26px;
}

.fixed-bar .li1 .tel {
  height: 30px;
  border-radius: 4px;
  background: #78b444;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -15px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed-bar .li1 .tel:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #78b444;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -6px;
}

.fixed-bar .li1:hover .ico span {
  top: -28px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fixed-bar .li1:hover .ico i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed-bar .li1:hover .tel {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  left: -137px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed-bar .li2 .ico {
  width: 40px;
}

.fixed-bar .li2 .ico i {
  color: #fff;
  font-size: 26px;
}

.fixed-bar .li2 .code {
  width: 129px;
  height: 129px;
  border-radius: 4px;
  padding: 10px;
  background: #78b444;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  left: -131px;
  top: 50%;
  margin-top: -65px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}

.fixed-bar .li2 .code img {
  width: 110px;
  height: 110px;
}

.fixed-bar .li2 .code:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #78b444;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -6px;
}

.fixed-bar .li2:hover .ico span {
  top: -28px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fixed-bar .li2:hover .code {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: -151px;
}

.fixed-bar .li3 .ico {
  font-size: 12px;
  line-height: 16px;
}

.fixed-bar .li4 .ico {
  background: #78b444;
}

.fixed-bar .li4 .ico i {
  font-size: 26px;
}

.m-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
  display: none;
}

:root .m-mask {
  filter: none\9;
}

.demo ul {
  width: 500px;
  height: 100px;
  background: red;
  margin: 0 auto;
  display: table;
}

/*# sourceMappingURL=maps/common.css.map */
